home *** CD-ROM | disk | FTP | other *** search
- fileprint "LOGOUT.ANS"
-
- textcolor 6
- textstatus 1
-
- set text," T H E R I G H T J O I C E !!"
- set show,mid(text,1,30)
-
- set pos,30
- set sopos,-9999
- set scount,0
- repeat
- set spos,int(sin(scount)*25+37)
- if sopos<>-9999
- cursorpos sopos,22
- send " "
- endif
- cursorpos spos,22
- send "TMC"
- set sopos,spos
- set scount,scount+pi/20
- if scount>2*pi
- set scount,0
- endif
- cursorpos 25,24
- send show
- inc pos
- if pos>len(text)
- set pos,1
- endif
- set show,right(show,len(show)-1)+mid(text,pos,1)
- scan key
- until key<>""